首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
get_declared_classes
get_declared_classes
返回由已定義類的名字所組成的數組
名稱:
get_declared_classes
分類:
類和對象
所屬語言:
php
一句話介紹:
返回由已定義類的名字所組成的數組
相關內容
PHP xml_error_string 和libxml_get_errors 函數的區別與應用
8
使用gettimeofday 和date 函數實現毫秒級格式化輸出
2
PHP 文件大小獲取方法
3
ob_get_contents() 捕獲並顯示異步請求的結果
4
同類函數
get_object_vars
get_object_vars
返回給你寫對象屬性組成的關聯數組
trait_exists
trait_exists
檢查指定的trait是否存在
is_subclass_of
is_subclass_of
檢查對像是否將此類作為其父類之一或實現它
property_exists
property_exists
檢查對像或類是否具有該屬性
class_exists
class_exists
檢查類是否已定義
get_declared_interfaces
get_declared_interfaces
返回一個數組包含所有已聲明的接口
get_declared_classes
get_declared_classes
返回由已定義類的名字所組成的數組
interface_exists
interface_exists
檢查接口是否已定義
熱門文章